home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / probbs20.arc / BOARD.BAT next >
Encoding:
DOS Batch File  |  1990-02-28  |  273 b   |  25 lines

  1. @echo off
  2.  
  3. if exist event.bat del event.bat
  4.  
  5. ProBBS %1
  6.  
  7. if errorlevel 90 goto DOOR
  8. if errorlevel 89 goto END
  9. if errorlevel 88 goto EVENT
  10.  
  11. board
  12.  
  13.  
  14. :EVENT
  15. copy event.sys event.bat >nul
  16. event
  17. board
  18.  
  19. :DOOR
  20. copy prodoor door.bat >nul
  21. door %1
  22. board
  23.  
  24. :END
  25.